Skip to content

Parse toml #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Dec 26, 2016
Merged

Parse toml #190

merged 6 commits into from
Dec 26, 2016

Conversation

gambhiro
Copy link
Contributor

Some work towards #96. It parses the same config as either from book.toml or book.json.

This can be merged without concern for the larger refactoring.

@azerupi
Copy link
Contributor

azerupi commented Dec 26, 2016

Thanks a lot for all this, the changes look very good!

I am not sure if the VecDeque changes belong in this PR?
They seem to be unrelated to the addition of the TOML configuration?

If it is unrelated, I prefer you make a separate PR for it :)
Other than that, I am ready to merge.

@gambhiro
Copy link
Contributor Author

Thanks for reviewing!

VecDeque::new() was required due to an API change in the handlebars version.

@azerupi
Copy link
Contributor

azerupi commented Dec 26, 2016

In that case it's all good to merge!

Thanks a lot :)

@azerupi azerupi merged commit f1df53a into rust-lang:master Dec 26, 2016
@gambhiro gambhiro deleted the parse-toml branch December 26, 2016 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants